home *** CD-ROM | disk | FTP | other *** search
- -- card: 8976 from stack: in
- -- bmap block id: 2965
- -- flags: 0000
- -- background id: 2607
- -- name:
- ----- HyperTalk script -----
- on initCard
- global onLine
- if onLine then
- put "Logging user in..."
- end if
- pass initCard
- end initCard
-
- on cardFilled
- send mouseUp to button "OK"
- end cardFilled
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=444 top=249 right=273 bottom=496
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: OK
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve fast
- go to next card
- end mouseUp
-
-
-
- -- part 5 (field)
- -- low flags: 00
- -- high flags: 4000
- -- rect: left=13 top=283 right=335 bottom=497
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 4
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part contents for card part 5
- ----- text -----
- Welcome to a HyperBBS!
-